1 <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Sender.aspx.cs" Inherits="CSASPNETReverseAJAX.Sender" %>
3 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
5 <html xmlns="http://www.w3.org/1999/xhtml">
10 <form id="form1" runat="server">
12 <asp:Label ID="lbNotification" runat="server" ForeColor="Red"></asp:Label><br /><br />
15 <asp:TextBox ID="tbRecipientName" runat="server" Width="100px"></asp:TextBox><br />
18 <asp:TextBox ID="tbMessageContent" runat="server" Width="300px"></asp:TextBox><br />
20 <asp:Button ID="btnSend" runat="server" Text="Click to send" onclick="btnSend_Click" />